home *** CD-ROM | disk | FTP | other *** search
/ westlife Cardz: Kian / westlife: Kian.iso / pc / graphics.cst / 00284_pannel button inactive.ls < prev    next >
Encoding:
Text File  |  2000-10-23  |  251 b   |  13 lines

  1. on mouseEnter me
  2.   set the member of sprite 44 to member "pannel button over"
  3. cursor 280
  4. end
  5.  
  6. on mouseLeave me
  7.   set the member of sprite 44 to member "pannel button inactive"
  8. end
  9.  
  10.  
  11. on mouseUp
  12.   set the member of sprite 44 to "pannel button down"
  13. end